﻿2026-07-17T03:04:45.2483239Z ##[group]Run actions/checkout@v5
2026-07-17T03:04:45.2483984Z with:
2026-07-17T03:04:45.2484371Z   fetch-depth: 0
2026-07-17T03:04:45.2484755Z   repository: BigscreenVR/spt-bs-core
2026-07-17T03:04:45.2487719Z   token: ***
2026-07-17T03:04:45.2488060Z   ssh-strict: true
2026-07-17T03:04:45.2488411Z   ssh-user: git
2026-07-17T03:04:45.2488784Z   persist-credentials: true
2026-07-17T03:04:45.2489270Z   clean: true
2026-07-17T03:04:45.2489618Z   sparse-checkout-cone-mode: true
2026-07-17T03:04:45.2490024Z   fetch-tags: false
2026-07-17T03:04:45.2490377Z   show-progress: true
2026-07-17T03:04:45.2490728Z   lfs: false
2026-07-17T03:04:45.2491055Z   submodules: false
2026-07-17T03:04:45.2491413Z   set-safe-directory: true
2026-07-17T03:04:45.2491990Z ##[endgroup]
2026-07-17T03:04:45.3305130Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-17T03:04:45.3307282Z ##[group]Getting Git version info
2026-07-17T03:04:45.3307956Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-17T03:04:45.3309041Z [command]/usr/bin/git version
2026-07-17T03:04:45.3329348Z git version 2.43.0
2026-07-17T03:04:45.3347498Z ##[endgroup]
2026-07-17T03:04:45.3361275Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7387f3da-7068-4f33-a0bf-989319b85e51' before making global git config changes
2026-07-17T03:04:45.3362771Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T03:04:45.3365465Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-17T03:04:45.3399097Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-17T03:04:45.3418500Z https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:04:45.3428168Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-17T03:04:45.3430782Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-17T03:04:45.3449051Z refs/heads/main
2026-07-17T03:04:45.3455183Z [command]/usr/bin/git checkout --detach
2026-07-17T03:04:45.3498848Z HEAD is now at 0c70253 test(redispatch-stall-w1): rider — scrub inject-echo env in the wedge rig init
2026-07-17T03:04:45.3531837Z [command]/usr/bin/git branch --delete --force main
2026-07-17T03:04:45.3556525Z Deleted branch main (was 0c70253).
2026-07-17T03:04:45.3609259Z ##[endgroup]
2026-07-17T03:04:45.3612352Z [command]/usr/bin/git submodule status
2026-07-17T03:04:45.3792011Z ##[group]Cleaning the repository
2026-07-17T03:04:45.3795239Z [command]/usr/bin/git clean -ffdx
2026-07-17T03:04:45.3828046Z Removing traceable-reqs
2026-07-17T03:04:45.3837175Z [command]/usr/bin/git reset --hard HEAD
2026-07-17T03:04:45.3888315Z HEAD is now at 0c70253 test(redispatch-stall-w1): rider — scrub inject-echo env in the wedge rig init
2026-07-17T03:04:45.3892852Z ##[endgroup]
2026-07-17T03:04:45.3894130Z ##[group]Disabling automatic garbage collection
2026-07-17T03:04:45.3896921Z [command]/usr/bin/git config --local gc.auto 0
2026-07-17T03:04:45.3920172Z ##[endgroup]
2026-07-17T03:04:45.3920920Z ##[group]Setting up auth
2026-07-17T03:04:45.3926001Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-17T03:04:45.3951375Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-17T03:04:45.4132161Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T03:04:45.4156031Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-17T03:04:45.4335791Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T03:04:45.4360737Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-17T03:04:45.4542329Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-17T03:04:45.4571682Z ##[endgroup]
2026-07-17T03:04:45.4572417Z ##[group]Fetching the repository
2026-07-17T03:04:45.4577743Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-17T03:04:46.6327924Z [command]/usr/bin/git branch --list --remote origin/main
2026-07-17T03:04:46.6364586Z   origin/main
2026-07-17T03:04:46.6371515Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-07-17T03:04:46.6390261Z 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
2026-07-17T03:04:46.6393623Z ##[endgroup]
2026-07-17T03:04:46.6394716Z ##[group]Determining the checkout info
2026-07-17T03:04:46.6395915Z ##[endgroup]
2026-07-17T03:04:46.6396839Z [command]/usr/bin/git sparse-checkout disable
2026-07-17T03:04:46.6430322Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-17T03:04:46.6452430Z ##[group]Checking out the ref
2026-07-17T03:04:46.6454127Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-17T03:04:46.6498506Z Switched to a new branch 'main'
2026-07-17T03:04:46.6499654Z branch 'main' set up to track 'origin/main'.
2026-07-17T03:04:46.6505068Z ##[endgroup]
2026-07-17T03:04:46.6536567Z [command]/usr/bin/git log -1 --format=%H
2026-07-17T03:04:46.6557149Z 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
